IContext.SetProperty method ¶
Namespace: NextDesign.Desktop
Description¶
Sets the property value for the specified distinguished name. If a distinguished name that already exists is specified, the property value will be updated with the given value.
argument¶
| Name | Type | Description |
|---|---|---|
| name | string | Distinguished Name The distinguished name can be any string, including the empty string, but cannot be null. |
| value | object | Property value You can specify any object that contains null. |
Return value¶
- void
Exception¶
| Name | Exception Class | Description |
|---|---|---|
| Invalid argument | ExtensionArgumentException | When null is specified for name |